home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni & Inventori / Invenzioni and Inventori (Eclectica Publishing) (1996).ISO / invenzio / menu.dir / 00294_Script_294 < prev   
Text File  |  1983-01-30  |  297b  |  16 lines

  1. on toglipopop
  2.   global dove,cambio
  3.   set cambio to ""
  4.   set var to string(the windowlist)
  5.   if offset ("popup",var) then
  6.     close window "popup"
  7.     forget window "popup"  
  8.     if objectp (attore) then forget attore
  9.     set dove to 0
  10. --    curfinmetti
  11.   end if
  12.   updatestage
  13. end
  14.  
  15.  
  16.